'宣言 Public Overloads Function Append( _ ByVal codePoints() As System.Integer, _ ByVal format As TextFormat, _ ByVal gcTag As IGcTag _ ) As TextRun
public TextRun Append( System.int[] codePoints, TextFormat format, IGcTag gcTag )
パラメータ
- codePoints
- An array of UTF-32 characters (code points).
- format
- The text format to use.
- gcTag
- The tag associated with the text.
戻り値の型
The created text run.